home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / tour.dxr / 00484.ls < prev    next >
Encoding:
Text File  |  2000-01-21  |  381 b   |  21 lines

  1. on mouseDown
  2.   global IconList1
  3.   tell the stage
  4.     playSFX(5)
  5.   end tell
  6.   puppetSprite(15, 0)
  7.   repeat with rc in IconList1
  8.     outScope(rc)
  9.   end repeat
  10.   updateStage()
  11.   go(the frame + 1)
  12.   go(the frame + 1)
  13.   repeat with rc in IconList1
  14.     Inscope(rc)
  15.   end repeat
  16.   updateStage()
  17.   iconObj = getaProp(IconList1, the clickOn)
  18.   doRollover(iconObj)
  19.   trackMouse(iconObj)
  20. end
  21.